'Declaration Public Function New( _
ByVal documentParent PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal namePartial field name.As System.String, _
ByVal kidsImmediate children of the field.As System.Collections.Generic.IEnumerable(Of PdfInteractiveFormField) _
)
public PdfInteractiveFormField(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String name,
System.Collections.Generic.IEnumerable<PdfInteractiveFormField> kids
)
public: PdfInteractiveFormField(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String name,
System.Collections.Generic.IEnumerable<PdfInteractiveFormField*>* kids
)
public:
PdfInteractiveFormField(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String name,
System.Collections.Generic.IEnumerable<PdfInteractiveFormField^>^ kids
)
Parameters
- document
- Parent PDF document.
- name
- Partial field name.
- kids
- Immediate children of the field.